home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d22 / list74.arc / WHATSNEW < prev   
Text File  |  1990-08-08  |  7KB  |  168 lines

  1. LIST Version 7.4a               WHAT'S NEW                              8/06/90
  2.  
  3.                         New Operational Features
  4.                         ------------------------
  5.  
  6.       - The new LIST environment variable tells LIST where to place temporary
  7.         files for the ViewArc and archive extraction functions, e.g.
  8.  
  9.                 SET LIST=C:\TEMP
  10.  
  11.       - A new /K command line switch disables the mouse.  Both the /M and /K
  12.         mouse options are clonable.
  13.  
  14.       - A new /#nnnnnn command line switch instructs LIST to begin displaying
  15.         the file starting at line number 'nnnnnn'.
  16.  
  17.       - The /Ftext command line parameter to begin a text search through all
  18.         selected files now invokes the Find function which is not case
  19.         sensitive.
  20.  
  21.       - The maximum "logical" record size has been increased from 910 to 2048.
  22.  
  23.       - A second Help screen is now available in the Plus version which shows
  24.         all of the Ctrl- and cursor key functions
  25.  
  26.       - A great improvement in speed is available when all filter options are
  27.         set off.  Use alt-Z to display the toggles on the bottom line.  An
  28.         option is off when its corresponding letter, e.g.  'J' for alt-J junk
  29.         filter or 'T' for the alt-T tab expansion filter, is in lower case.
  30.  
  31.       - The Viewarc function now assumes that .EXE and .COM files are LHARC
  32.         files.  Otherwise, if a file does not have the .ARC, .LZH, or .ZIP
  33.         extension, the file is assumed to be a .ARC file.
  34.  
  35.  
  36.                               File Selection Menu
  37.                               -------------------
  38.  
  39.       - New commands are available from the File Selection (Alt-V) menu:
  40.  
  41.               E    invokes the 'Edit' editor to let you edit the selected file;
  42.                    create a BATch file called EDIT.BAT which invokes the
  43.                    editor of your choice with the optional parameters it needs
  44.  
  45.  
  46.               I    invokes (executes) the selected program
  47.  
  48.  
  49.           Alt-Z    toggles the status display on the bottom line from disk and
  50.                    file statistics line to a menu command help line
  51.  
  52.  
  53.  
  54.  
  55. LIST Version 7.4a                 WHAT'S NEW                            7/26/90
  56.  
  57.  
  58.       - Changes to other file selection menu (Alt-V) commands:
  59.  
  60.          -  Q)uit returns you to the display of the last file you viewed
  61.             if no file has been displayed, Q exits to DOS.
  62.  
  63.          -  X and F10 exit to DOS in the NEW directory
  64.  
  65.          -  ESCape exits to DOS in the ORIGINAL directory
  66.  
  67.          -  Alt-X exits to DOS and shows the original screen
  68.  
  69.  
  70.          -  the 1-up display now includes the file attributes
  71.  
  72.          -  Alt-C saves (clones) the settings
  73.  
  74.          -  the S)ort command now has a None (no sort) ordering option
  75.  
  76.  
  77.                                  New Commands
  78.                                  ------------
  79.  
  80.       - A new ctrl-Y command saves the current position as a bookmark, and
  81.         alt-Y repositions to the last bookmark. You may set up to ten bookmarks
  82.         and recall them in the same order.
  83.  
  84.       - A new 1 command restarts displaying files with the first file.
  85.  
  86.       - A new Ctrl-right command scrolls the screen right to the end of the
  87.         current line.
  88.  
  89.  
  90.                                 Changed Commands
  91.                                 ----------------
  92.  
  93.       - The X command exits to DOS and clears the screen. In the Plus version,
  94.         you are now placed in the new (selected) directory.
  95.  
  96.       - The Alt-G command (shell to DOS) now clears the screen.
  97.  
  98.       - The Alt-R Ruler option has been improved to better show offsets
  99.         when in the Hex Dump (Alt-H) display mode.
  100.  
  101.       - The Alt-D and Alt-O (write lines to a file) commmands have been changed
  102.         to default to writing a found (highlighted line after Scan or Find)
  103.         line if no lines have been marked.
  104.  
  105.       - The ctrl-I command has been added to the Plus version.  It allows
  106.         setting the TAB interval to values other than the standard 8.  Ctrl-I
  107.         prompts you to enter the new interval, which can be from 1 to 99.
  108.  
  109.  
  110. LIST Version 7.4a               DEBUG OFFSETS                           7/26/90
  111.  
  112.         The distribution files have changed. They are now:
  113.           LIST.COM  - LIST Plus version with all of the commands
  114.           LISTR.COM - regular version
  115.           LISTS.COM - small version
  116.  
  117.         The default filter options are now:
  118.           alt-T   - expand TABs is ON
  119.           alt-J   - filter out control characters is ON
  120.  
  121.         Item           Offset  Value    Description of contents
  122.         -------------- ------  -----    -----------------------
  123.         Special         0132    70      Top/bottom line colors
  124.         Normal          0134    07      Text colors
  125.         Bright          0136    09      Find/Scan line colors
  126.         Window 1 color  0138    07      Normal window text color
  127.         Window 2 color  0139    0F      Second window text color
  128.         Flag3           013A    09      Retrace off and junk filter on
  129.         Flag4           013B    08      Tabs on
  130.         Find row        013C    0800    Position of found line on screen, 8
  131.         Scroll incr     013E    0A00    Left/right scroll increment, 10
  132.         Scroll start    0140    0000    Starting scroll offset, 0
  133.         Tab value       0142    0800    Tab interval, 8
  134.         Tab mask        0144    F8FF    Tab bit mask
  135.         Loudness        0146    C800    Beep tone level
  136.         Key rate        0148    FF      Continuous scroll increment, 255
  137.         Overlap         0149    0000    PgUp/PgDn scroll overlap, 0
  138.         Wildcard esc    014B    26      Scan/Find wildcard ? escape character
  139.         Alt-V up        014C    0500    Alt-V display files per line, 5
  140.  
  141.         LIST Plus only
  142.         --------------
  143.         Eye-catcher     014E    'COM:'
  144.         COM port        0152    F803    Default for COM1, use F802 for COM2
  145.         Sort offset     0154    00      Default sort key offset
  146.                                          00 by filename
  147.                                          08 by extension
  148.                                          0C by datestamp
  149.                                          10 by file size
  150.         Modem init      0157    'AT'    30-byte modem initialization string
  151.         Editor name     0175    'Edit'  8-byte name of editor program
  152.         Modem hang-up   017E    'ATZ'   9-byte modem disconnect command
  153.         Temp var name   0187    LIST    4-character environment name for temps
  154.  
  155.         The following offsets change from version to version. Look for the
  156.         eye-catchers to be sure of the offset:
  157.  
  158.         Key table       038F    'WHAT'  Eye catcher
  159.                         0393    0026    Key command table
  160.         Routines        0498    'WHERE' Eye catcher
  161.                         049D    xxxx    Command routines
  162.  
  163.         Examples of using DEBUG can be found in the DIALER.PAT and
  164.         COLORS.PAT files. To use them, copy LIST.COM to the current
  165.         directory and issue the DEBUG command. For example:
  166.  
  167.                 DEBUG <DIALER.PAT
  168.